aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user/[user]/+page.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-08 18:52:18 -0800
committerGitHub <[email protected]>2024-01-08 18:52:18 -0800
commitcd6463487aef7c147a7c70652242b42db6fa90da (patch)
treefaa8014df4801e3c288ac0654ffb63cb88c8a2b1 /src/routes/user/[user]/+page.svelte
parentfix(routes): shortcuts pass queries (diff)
downloaddue.moe-cd6463487aef7c147a7c70652242b42db6fa90da.tar.xz
due.moe-cd6463487aef7c147a7c70652242b42db6fa90da.zip
fix(user): remove apostrophe
Diffstat (limited to 'src/routes/user/[user]/+page.svelte')
-rw-r--r--src/routes/user/[user]/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 462e4a8b..aa348b3e 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -17,7 +17,7 @@
// 8.5827814569536423841e0
</script>
-<HeadTitle route={`${data.username}'s Profile'`} path={`/user/${data.username}`} />
+<HeadTitle route={`${data.username}'s Profile`} path={`/user/${data.username}`} />
<div class="card">
{#if userData === null}